ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence Namespace / SnapshotSerializer Class / Load Method / Load<T>(TextReader) Method
Snapshot Type
Text reader

In This Topic
    Load<T>(TextReader) Method
    In This Topic
    Loads report snapshot
    Syntax
    'Declaration
     
    Public Overloads Shared Function Load(Of T)( _
       ByVal textReader As TextReader _
    ) As T
    public static T Load<T>( 
       TextReader textReader
    )

    Parameters

    textReader
    Text reader

    Type Parameters

    T
    Snapshot Type

    Return Value

    Snapshot of specified type T
    See Also